home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / library / reqtlsdv.lha / ReqTools / Glue / Dice / DLibSource.lha / rtGetString.c < prev    next >
C/C++ Source or Header  |  1995-09-20  |  222b  |  8 lines

  1. #include <clib/reqtools_protos.h>
  2.  
  3. ULONG
  4. rtGetString( UBYTE *buffer, ULONG maxchars, char *title, struct rtReqInfo *ri, Tag tag, ... )
  5. {
  6.     return( rtGetStringA( buffer, maxchars, title, ri, ( struct TagItem * ) &tag ) );
  7. }
  8.